-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Reenable Index Compatibility BWC Tests #134784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reenable Index Compatibility BWC Tests #134784
Conversation
|
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
|
|
||
| @Override | ||
| protected void doExecute(Task task, Request request, ActionListener<AcknowledgedResponse> listener) { | ||
| if (inferenceEndpointRegistry.cacheEnabled() == false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is annoying bug, I'll create an issue for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #134809
|
Thanks Patrick and Sasha! |
Always execute N-3 BWC tests, not just for snapshot builds. Relates #134784
This change reenables N-2 BWC tests on main that were not reenabled in elastic#125296. Tests are running on 9.0 though.
This change reenables N-2 BWC tests on main that were not reenabled in elastic#125296. Tests are running on 9.0 though.
This change reenables N-2 BWC tests on
mainthat were not reenabled in #125296.Tests are running on 9.0 though.